CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman matlab

搜索资源列表

  1. TheBuffuan

    0下载:
  2. jpeg中用到的 huffman 编码MATLAB程序 参考资料-Jpeg Huffman coding is used in the MATLAB program The resources
  3. 所属分类:GIS program

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:aictor
  1. Too

    0下载:
  2. jpeg中用到的 huffman 编码MATLAB程序 参考资料-Jpeg Huffman coding is used in the MATLAB program The resources
  3. 所属分类:GIS program

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:Quiqtion
  1. VZQWYZ

    0下载:
  2. 用MATLAB实现的Huffman编码的程序,可以很方便地实现无损压缩,-MATLAB Huffman coding procedures, can be easily realize lossless compression,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:Rvyzp
  1. prccpdures

    0下载:
  2. 用MATLAB实现的Huffman编码的程序,可以很方便地实现无损压缩,-MATLAB Huffman coding procedures, can be easily realize lossless compression,
  3. 所属分类:GIS program

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:HLWZnsr@53462
  1. yaic-associated

    0下载:
  2. matlab的图像处理,图像编码HUFFMAN编码小波变换 不错的-Matlab image processing, image coding HUFFMAN coding wavelet transform is good
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-15
    • 文件大小:6144
    • 提供者:exccvzkme
  1. 29744277

    0下载:
  2. matlab的图像处理,图像编码HUFFMAN编码小波变换 不错的-Matlab image processing, image coding HUFFMAN coding wavelet transform is good
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-20
    • 文件大小:6144
    • 提供者:exccvzkme
  1. EXP6_Compress

    1下载:
  2. 调用霍夫曼编码和香农费诺压缩和解码图片,并计算压缩率(Call Hoffman encoding to compress and decode pictures, and calculate compression rates)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:ShirleyQ1543
  1. 8256709

    0下载:
  2. jpeg中用到的 huffman 编码MATLAB程序 参考资料(Jpeg Huffman coding is used in the MATLAB program The resources)
  3. 所属分类:其他

  1. dccompzession

    1下载:
  2. MATLAB实现霍夫曼编码对英文文本的解压缩程序 不错的源码 很好(MATLAB Huffman coding decompression procedure of English text is good source code is very good)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:13312
    • 提供者:Bilqe
  1. procggsing

    0下载:
  2. matlab的图像处理,图像编码HUFFMAN编码小波变换 不错的(Matlab image processing, image coding HUFFMAN coding wavelet transform is good)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:6144
    • 提供者:asssme
  1. coqing

    0下载:
  2. 用MATLAB实现的Huffman编码的程序,可以很方便地实现无损压缩,(MATLAB Huffman coding procedures, can be easily realize lossless compression,)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:mption
  1. 123

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计(MATLAB Hoffman Huffman encoding and decoding GUI interface design)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:14336
    • 提供者:祝祥亚
  1. 58651

    0下载:
  2. The following Matlab project contains the source code and Matlab examples used for fractal image compression using quadtree decomposition and huffman coding. Image storage and transmission have created an increasing importance for the compression tec
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:56320
    • 提供者:DucAnhTran
  1. 代码

    0下载:
  2. matlab中哈夫曼编码函数的调用及通信工具箱的使用(matlab Huffman encoding)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:193536
    • 提供者:清都山水郎
  1. pixel_coder

    1下载:
  2. 霍夫曼编码;量化到8位字节每个像素编码及解码(Write a MATLAB function [zipped, info] = pixel_coder(X) that takes an image X and using the Huffman coder above applied in the pixel domain quantized to 8 bits per pixel returns the coded sequence zipped along with the header
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:Jessicapu
  1. 霍夫曼编码

    1下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。matlab哈夫曼编码源码
  3. 所属分类:图形图像处理(光照,映射..)

  1. 哈夫曼编码器设计实验报告

    2下载:
  2. 要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。 ①组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。 ②输入数据序列的长度为256。 ③先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Design a 1MHz FIR low pass filter. Huffman coding is required for a section of data sequence to m
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2019-12-04
    • 文件大小:182272
    • 提供者:羊羊驼
« 1 2 ... 26 27 28 29 30 31»
搜珍网 www.dssz.com